Micron Document
baubs git


Displaying Raw • Download

src/components/ProgressMonitor/types.ts a828bf4c8fc50eca3320a61850744c9ba9eaa3cc (a828bf4c) Text, 332 B

/**
* Shared types for ProgressMonitor components
*/

export interface ColorBlock {
colorIndex: number;
threadHex: string;
startStitch: number;
endStitch: number;
stitchCount: number;
threadCatalogNumber: string | null;
threadBrand: string | null;
threadDescription: string | null;
threadChart: string | null;
}

Served by rngit 1.4.2 - Generated in 0.12s